feat: add secretspec-action for GitHub and Forgejo Actions#149
Conversation
Signed-off-by: Anish Pallati <i@anish.land> Assisted-by: Claude Fable 5
|
This should also come with CI documentation section |
Signed-off-by: Anish Pallati <i@anish.land>
@domenkozar done |
|
I'm now thinking I'll regret not making this a separate repository, because versioning of actions on github is based on tags/releases. |
fair enough, feel free to pull d2e762e out |
|
if you want you can create the repo and transfer it over, or I'll do it.
…On Sun, Jul 19, 2026 at 12:29 PM Anish Pallati ***@***.***> wrote:
*ap-1* left a comment (cachix/secretspec#149)
<#149 (comment)>
I'm now thinking I'll regret not making this a separate repository,
because versioning of actions on github is based on tags/releases.
fair enough, feel free to pull d2e762e
<d2e762e>
out
—
Reply to this email directly, view it on GitHub
<#149?email_source=notifications&email_token=AAA63AZCOC5R7HLIVOL45VD5FUHRTA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMBRGY4DSMZZGI32M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-5016893927>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA63A5NP6QQZHDGWD6HTL35FUHRTAVCNFSNUABGKJSXA33TNF2G64TZHMYTAMJTHE4DINJRGI5US43TOVSTWNBZGAYTGMRZGI4DLILWAI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
# Conflicts: # docs/astro.config.ts
|
@domenkozar i just fixed conflicts here, can you create the repo? |
|
Created https://github.com/cachix/secretspec-action and extracted the action commit into it, preserving attribution. The action now lives at the repository root, and the README usage points to @ap-1 please update this PR to remove |
Signed-off-by: Anish Pallati <i@anish.land> Assisted-by: Claude Opus 4.8
7075892 to
0e2cc4d
Compare
done |
Closes #97
Closes #150
Implements
cachix/secretspec-actionassecretspec-action/, following the in-repo SDK layout. The action installs the CLI (latest via install.secretspec.dev, or a pinned tag via cargo-dist's per-release installer) and runssecretspec export --format gha.Both installer paths and the full export pipeline were verified on ubuntu, macos, and windows runners, including that exported values reach subsequent steps (run).
The CI docs are written assuming #170 is merged first